- About
- Design
- Local Setup
- Help
This is a web application, that gives users the power to browse the NASA Image and Video Library.
- admin dashboard to see activity stats
- ability to easily update dmca/privacy policy
- ability to search the api
- create collections based on search results
- view all saved collections
- follow other users
- dashboard to see other users collections and activity
- Name was inspired by: https://namelix.com/
Currently under construction in Adobe XD (first time so, learning a lot about design)
This repo uses MongoDB, Node.js, and Angular
I am currently rebuilding the frontend which was in Angular 1.5.
- cd to the desired frontend project
- npm i
- ng serve
- http://localhost:4200/
- cd server
- npm i
- npm run start